Package com.cisco.pt.ipc.events
Class IPCEventManager
java.lang.Object
java.lang.Thread
com.cisco.pt.ipc.events.IPCEventManager
- All Implemented Interfaces:
Runnable
IPC's Event Manager values
- Author:
- packettracerexapps@external.cisco.com
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActivityFileEventRegistryprotected AppWindowEventRegistryprotected ARPProcessEventRegistryprotected BluetoothManagerEventRegistryprotected CableSignalingEventRegistryprotected CepInstanceEventRegistryprotected CiscoDeviceEventRegistryprotected ClusterEventRegistryprotected CommandLogEventRegistryprotected ConsoleLineEventRegistryprotected CustomTcpProcessEventRegistryprotected DeviceDialogEventRegistryprotected DeviceEventRegistryprotected DHCPClientProcessEventRegistryprotected DHCPv6ClientProcessEventRegistryprotected DialogManagerEventRegistryprotected DirectoryEventRegistryprotected DslSignalingEventRegistryprotected FrontEndBridgeEventRegistryprotected GeoViewEventRegistryprotected HardwareQueueEventRegistryprotected HostPortEventRegistryprotected HTTPClientEventRegistryprotected IkeProcessEventRegistryprotected InstructionDlgEventRegistryprotected IoeClientProcessEventRegistryprotected IoEComponentEventRegistryprotected IPCManagerEventRegistryprotected LMISignalingEventRegistryprotected LogicalWorkspaceEventRegistryprotected MACSwitchEventRegistryprotected NATProcessEventRegistryprotected NdProcessEventRegistryprotected OptionsEventRegistryprotected PhoneSignalingEventRegistryprotected PhysicalObjectEventRegistryprotected PhysicalToolbarEventRegistryprotected PingProcessEventRegistryprotected PLSwitchEventRegistryprotected Pop3ClientEventRegistryprotected PopupMenuItemEventRegistryprotected PortEventRegistryprotected PPPoeClientEventRegistryprotected RemoteNetworkEventRegistryprotected RoutingProcessEventRegistryprotected RoutingProcessv6EventRegistryprotected RSSwitchEventRegistryprotected PacketTracerSessionprotected SimulationEventRegistryprotected SimulationTimerEventRegistryprotected SmtpClientEventRegistryprotected STPProcessEventRegistryprotected SyslogServerEventRegistryprotected SystemFileWatcherEventRegistryprotected TerminalLineEventRegistryprotected TreeNodeEventRegistryprotected UserCreatedPDUEventRegistryprotected VLANEventRegistryprotected VLANManagerEventRegistryprotected WebViewEventRegistryprotected WebViewManagerEventRegistryprotected WorkspaceEventRegistryFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
session
-
eventQueue
-
locker
-
ARPProcessEvents
-
ActivityFileEvents
-
AppWindowEvents
-
BluetoothManagerEvents
-
CableSignalingEvents
-
CepInstanceEvents
-
CiscoDeviceEvents
-
ClusterEvents
-
CommandLogEvents
-
ConsoleLineEvents
-
CustomTcpProcessEvents
-
DHCPClientProcessEvents
-
DHCPv6ClientProcessEvents
-
DeviceEvents
-
DeviceDialogEvents
-
DialogManagerEvents
-
DirectoryEvents
-
DslSignalingEvents
-
FrontEndBridgeEvents
-
GeoViewEvents
-
HTTPClientEvents
-
HardwareQueueEvents
-
HostPortEvents
-
IPCManagerEvents
-
IkeProcessEvents
-
InstructionDlgEvents
-
IoEComponentEvents
-
IoeClientProcessEvents
-
LMISignalingEvents
-
LogicalWorkspaceEvents
-
MACSwitchEvents
-
NATProcessEvents
-
NdProcessEvents
-
OptionsEvents
-
PLSwitchEvents
-
PPPoeClientEvents
-
PhoneSignalingEvents
-
PhysicalObjectEvents
-
PhysicalToolbarEvents
-
PingProcessEvents
-
Pop3ClientEvents
-
PopupMenuItemEvents
-
PortEvents
-
RSSwitchEvents
-
RemoteNetworkEvents
-
RoutingProcessEvents
-
RoutingProcessv6Events
-
STPProcessEvents
-
SimulationEvents
-
SimulationTimerEvents
-
SmtpClientEvents
-
SyslogServerEvents
-
SystemFileWatcherEvents
-
TerminalLineEvents
-
TreeNodeEvents
-
UserCreatedPDUEvents
-
VLANManagerEvents
-
VLANEvents
-
WebViewManagerEvents
-
WebViewEvents
-
WorkspaceEvents
-
-
Constructor Details
-
IPCEventManager
-
-
Method Details
-
processEvent
-
shouldStop
public void shouldStop() -
run
public void run() -
registerNotifier
-
getARPProcessEvents
-
getActivityFileEvents
-
getAppWindowEvents
-
getBluetoothManagerEvents
-
getCableSignalingEvents
-
getCepInstanceEvents
-
getCiscoDeviceEvents
-
getClusterEvents
-
getCommandLogEvents
-
getConsoleLineEvents
-
getCustomTcpProcessEvents
-
getDHCPClientProcessEvents
-
getDHCPv6ClientProcessEvents
-
getDeviceEvents
-
getDeviceDialogEvents
-
getDialogManagerEvents
-
getDirectoryEvents
-
getDslSignalingEvents
-
getFrontEndBridgeEvents
-
getGeoViewEvents
-
getHTTPClientEvents
-
getHardwareQueueEvents
-
getHostPortEvents
-
getIPCManagerEvents
-
getIkeProcessEvents
-
getInstructionDlgEvents
-
getIoEComponentEvents
-
getIoeClientProcessEvents
-
getLMISignalingEvents
-
getLogicalWorkspaceEvents
-
getMACSwitchEvents
-
getNATProcessEvents
-
getNdProcessEvents
-
getOptionsEvents
-
getPLSwitchEvents
-
getPPPoeClientEvents
-
getPhoneSignalingEvents
-
getPhysicalObjectEvents
-
getPhysicalToolbarEvents
-
getPingProcessEvents
-
getPop3ClientEvents
-
getPopupMenuItemEvents
-
getPortEvents
-
getRSSwitchEvents
-
getRemoteNetworkEvents
-
getRoutingProcessEvents
-
getRoutingProcessv6Events
-
getSTPProcessEvents
-
getSimulationEvents
-
getSimulationTimerEvents
-
getSmtpClientEvents
-
getSyslogServerEvents
-
getSystemFileWatcherEvents
-
getTerminalLineEvents
-
getTreeNodeEvents
-
getUserCreatedPDUEvents
-
getVLANManagerEvents
-
getVLANEvents
-
getWebViewManagerEvents
-
getWebViewEvents
-
getWorkspaceEvents
-